Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add retry around writing and loading cache #125

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Conversation

shanejbrown
Copy link
Contributor

@shanejbrown shanejbrown commented Feb 22, 2024

What does this PR do?

Adds retries around the cache funtionality.

What issues does this PR fix or reference?

On occasion it has timed out in certain areas with the cache. And re-running the build it will be successful.

Previous Behavior

Fails when it times out with the cache.

New Behavior

If a cache timeout occurs it will retry it one time. Then fail if the 2nd try times out as well or another exception occurs.

Merge requirements satisfied?

  • I have updated the documentation or no documentation changes are required.
  • I have added tests to cover my changes.
  • I have updated the base version in setup.py (if appropriate).

@shanejbrown shanejbrown marked this pull request as ready for review February 22, 2024 20:52
@shanejbrown shanejbrown merged commit be434e6 into adobe:main Feb 22, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants